home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / TGE129C.ZIP / PCX2RAW / TYPES.H < prev   
C/C++ Source or Header  |  1993-03-31  |  134b  |  8 lines

  1. #ifndef _TYPES_H
  2. #define _TYPES_H
  3.  
  4. typedef unsigned char    uchar;
  5. typedef unsigned int    uint;
  6. typedef unsigned long    ulong;
  7.  
  8. #endif